Sport Layout on FPK1 and Rainbow Shiftlight
this procedure is forcing data into the instrument cluster assuming that the instrument cluster firmware supports the feature and uses this memory address for those features.
Setting to RS will make the rev counter end at 8kRPM. S rev counter can end at 6kRPM making it more suitable for diesel cars.
ODIS procedure
-
Connect with module
0x17, -
Change Session to
Developer mode, -
Enter Security Access code
20103, -
Go to
Special Function→Hex Serviceand send one of the commands:3D 14 03 00 3C 09 01 01- for S style;3D 14 03 00 3C 09 01 03- for RS style;3D 14 03 00 3C 09 01 00- for stock setting; -
If write fails and reply is
7F, check if engine is off, hood is open, -
Send
11 01to reboot instrument cluster.
CarScanner procedure
https://www.drive2.ru/b/637736536393130752/
CarScanner now supports this function for MQB vehicles.
VCP Script
Following script was tested and deemed safe, as it also creates a backup of the values changed, tests for requirements and even allows for different modes to be set:
https://mega.nz/file/etZiWI6a#eaHBINSIwk1K5EYRTMZpaRiGKkRi34gGtBN7uMQ-8eY
Raw UDS procedure
work in progress
-
Connect with module
0x17UDS command:
???. -
Change session to
0x4FUDS command:
10 4F. -
Security access with
20103UDS command:
27 ???. -
Read from memory; address
03 00 3C 09, len:1(this is for backup)UDS
ReadMemoryByAddrcommand:23 ???. -
Write to memory address
03 00 3C 09, len:1, data:03UDS
WriteMemoryByAddrcommand:3D 14 03 00 3C 09 01 01 -
Read again to confirm changes.
UDS
ReadMemoryByAddrcommand:23 ???. -
Reboot instrument cluster
UDS command:
11 01.
Reference
- Original post: https://www.drive2.ru/l/637547970148977368/
- CarScanner procedure: https://www.drive2.ru/b/637736536393130752/
- https://en.wikipedia.org/wiki/Unified_Diagnostic_Services
